Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: remove the special limit of txn-total-size-limit when binlog enabled (#16919) #16941

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Apr 29, 2020

cherry-pick #16919 to release-4.0


Signed-off-by: Shuaipeng Yu jackysp@gmail.com

What problem does this PR solve?

Issue Number: close #xxx

Problem Summary:
We've tested the big transaction when binlog enabled, pump, and drainer can handle 10GB transactions. But with Kafka as an arbiter or some other usage of binlog, it could only handle 1GB transactions, because Kafka has its own max message limit.

What is changed and how it works?

Proposal: xxx

What's Changed:
We could not know if there is a Kafka cluster using in the binlog replication. So we remove the limitation and keep the warnings of txn-total-size-limit usage.

How it Works:

Related changes

  • PR to update pingcap/docs/pingcap/docs-cn:
  • Need to cherry-pick to the release branch

Check List

Tests

  • Unit test
  • Manual test (add detailed scripts or steps below)
    There is an internal doc for it.

Release note

Remove the special limit of txn-total-size-limit when binlog enabled.

@sre-bot
Copy link
Contributor Author

sre-bot commented Apr 29, 2020

/run-all-tests

@sre-bot sre-bot added component/config release-note Denotes a PR that will be considered when it comes time to generate release notes. type/4.0-cherry-pick labels Apr 29, 2020
@sre-bot sre-bot added this to the v4.0.0-rc.1 milestone Apr 29, 2020
Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@lysu lysu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jackysp
Copy link
Member

jackysp commented Apr 29, 2020

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Apr 29, 2020
@sre-bot
Copy link
Contributor Author

sre-bot commented Apr 29, 2020

/run-all-tests

@sre-bot sre-bot merged commit baa1eb4 into pingcap:release-4.0 Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/config release-note Denotes a PR that will be considered when it comes time to generate release notes. status/can-merge Indicates a PR has been approved by a committer. type/4.0-cherry-pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants